home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 125
/
Vol 125 (Damaged).iso
/
games
/
orbox.swf
/
scripts
/
DefineSprite_310
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-13
|
311 b
|
27 lines
if(_root.lv == 26)
{
gotoAndStop(5);
}
lv = "Level " + _root.lv;
if(lv > 25 or Key.isDown(32))
{
_visible = 0;
}
if(_root._xscale < 0)
{
_xscale = -100;
}
if(_root._yscale < 0)
{
_yscale = -100;
}
ii++;
if(ii < 11)
{
_Y = ii * 7;
}
else if(ii > 33)
{
_Y = _Y - 15;
}